home *** CD-ROM | disk | FTP | other *** search
/ Aminet 20 / Aminet 20 (1997)(GTI - Schatztruhe)[!][Aug 1997].iso / Aminet / comm / misc / MiamiPM11.readme < prev    next >
Text File  |  1997-07-13  |  4KB  |  117 lines

  1. Short:    Miami (reg) packetmonitor, bugfixed.
  2. Author:   schettler@informatik.fh-wuerzburg.de (Michael Schettler)
  3. Uploader: schettler@informatik.fh-wuerzburg.de
  4. Version:  1.1
  5. Type:     comm/misc
  6. Required: OS 2.04
  7. Replaces: comm/misc/MiamiPM10.lha
  8.  
  9. COPYRIGHT
  10.  
  11. The executable  and  the  documentation  are  copyright  1997  by  Michael
  12. Schettler.
  13.  
  14.  
  15. INTRODUCTION
  16.  
  17. This is just a small (cli only) tool i  hacked  together  to  monitor  the
  18. traffic  on my TCP/IP setup. Although there are many such tools out there,
  19. none of them managed to fit my needs. I wanted a tool to  see  *what*  has
  20. actually been sent and not *how much*! So here it is, enjoy.
  21.  
  22.  
  23. USAGE
  24.  
  25.   CLI> MiamiPM ?
  26.  
  27.        DM=DUMPMIAMI/K/S,DI=DUMPINET/K/S,DO=DUMPOPTIONS/K/S,DH=DUMPHEX/K/S,
  28.        WIN=WINDOW/K/S,OUT=OUTPUT/K,HELP/K/S
  29.  
  30.   CLI> MiamiPM HELP
  31.  
  32.        Arguments:
  33.      DM/K/S     - dump the Miami portion of the packet
  34.      DI/K/S     - dump the INet portion of the packet
  35.      DO/K/S     - dump the INet options of the packet
  36.      DH/K/S     - dump the whole packet
  37.      WIN/K/S    - dump everything to a CON: window
  38.      OUT/K      - also write output to this file
  39.      HELP/K/S   - this help text
  40.  
  41.        If no arguments are given, the default settings will be used
  42.        (DI and WIN)
  43.  
  44.  
  45. EXAMPLE
  46.  
  47. You will get this output if you have all modes enabled.
  48.  
  49.    Miami Packet:                                         (this is DM)
  50.      name  ='lo0'
  51.      flags =$00000000  itype  =$00  ptype =$00
  52.      data  =$00408F0C  length =$0000003A
  53.  
  54.    INET Packet:                                          (this is DI)
  55.      ip_v     = $45    ip_tos = $00
  56.      ip_len   = $003A  ip_id  = $9A31  ip_off = $4000
  57.      ip_ttl   = $40    ip_p   = $06    ip_sum = $A28A
  58.      ip_src   = 127.0.0.1
  59.      ip_dst   = 127.0.0.1
  60.      th_sport = 1024       th_dport = 0023
  61.      th_seq   = $84865FEC  th_ack   = $F8DAB910
  62.      th_off   = $50        th_flags = $18
  63.      th_win   = $4200      th_sum   = $8507
  64.      th_urp   = $0000
  65.      0012
  66.      0000: FFFB 18FF FC22 FFFB 20FF FB1F FFFC 21FF   '.....".. .....!.'
  67.      0010: FD05                                      '..'
  68.  
  69.    INET Options:                                         (this is DO)
  70.      IAC, WILL, TELOPT_TTYPE
  71.      IAC, WONT, TELOPT_LINEMODE
  72.      IAC, WILL, TELOPT_TSPEED
  73.      IAC, WILL, TELOPT_NAWS
  74.      IAC, WONT, TELOPT_LFLOW
  75.      IAC, DO, TELOPT_STATUS
  76.  
  77.    Packet:                                               (this is DH)
  78.      003A
  79.      0000: 4500 003A 9A31 4000 4006 A28A 7F00 0001   'E..:.1@.@......'
  80.      0010: 7F00 0001 0400 0017 8486 5FEC F8DA B910   '........._.....'
  81.      0020: 5018 4200 8507 0000 FFFB 18FF FC22 FFFB   'P.B.........."..'
  82.      0030: 20FF FB1F FFFC 21FF FD05                  ' .....!...'
  83.  
  84.  
  85. AUTHOR
  86.  
  87. You can contact me (bug reports, flames, ...) at
  88.  
  89.     schettler@informatik.fh-wuerzburg.de
  90.  
  91.     which is my account at the university, where i study
  92.     computer science
  93.  
  94.     or at
  95.  
  96.     twd@incubus.franken.de
  97.  
  98.     which is my account at my favorite bbs (not so often checked!)
  99.  
  100. If you like to have the source (which is in assembler), you can also
  101. contact me (maybe i'll give it to you, although its a bit of a mess)
  102.  
  103. AMIGA FOREVER!
  104.  
  105.  
  106. Microsoft isn't the answer, it's the question. And the answer is NO!
  107.  
  108.  
  109. ============================= Archive contents =============================
  110.  
  111. Original  Packed Ratio    Date     Time    Name
  112. -------- ------- ----- --------- --------  -------------
  113.     7024    3945 43.8% 31-May-97 14:42:38 +MiamiPM11
  114.     3193    1495 53.1% 31-May-97 14:44:28 +MiamiPM11.readme
  115. -------- ------- ----- --------- --------
  116.    10217    5440 46.7% 31-May-97 22:41:40   2 files
  117.